google.golang.org/grpc/internal/idle.Manager.lastCallEndTime (field)
3 uses
google.golang.org/grpc/internal/idle (current package)
idle.go#L47: lastCallEndTime int64 // Unix timestamp in nanos; time when the most recent RPC completed.
idle.go#L124: m.resetIdleTimer(time.Duration(atomic.LoadInt64(&m.lastCallEndTime)-time.Now().UnixNano()) + m.timeout)
idle.go#L257: atomic.StoreInt64(&m.lastCallEndTime, time.Now().UnixNano())
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)